GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-05-11T23:26:37.3087804+00:00",
"SubmitDate": "2026-05-11T23:26:37.3087804+00:00",
"ReportPeriodStart": "2026-05-11T23:26:37.3087804+00:00",
"ReportPeriodEnd": "2026-05-11T23:26:37.3087804+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "960dd7f2-a64d-4cc4-b826-252ba3a8e06a",
"Rows": [
{
"ItemId": "ee5b4bd4-a9fc-470f-9138-3ffbe6c0a405",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "ee5b4bd4-a9fc-470f-9138-3ffbe6c0a405",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "960dd7f2-a64d-4cc4-b826-252ba3a8e06a",
"Rows": [
{
"ItemId": "ee5b4bd4-a9fc-470f-9138-3ffbe6c0a405",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "ee5b4bd4-a9fc-470f-9138-3ffbe6c0a405",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"43f0ddf8-bb40-4213-82ed-65d566360219",
"1510c508-afe2-4609-8bce-7da6473a450a"
],
"Approvers": [
"db5720c2-139f-4597-8ecf-8da2f63497d8",
"86e04005-f406-4150-9900-7e41e16db4dd"
],
"ApprovedBy": "44fc580a-1975-4752-9c09-b9bce847b944",
"ApprovalDate": "2026-05-11T23:26:37.3087804+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "5d1979e3-55b6-43fc-9141-c7e6d5e3a51c",
"id": "ccbf32b9-99db-4e8d-9dc6-873b713d3269",
"ConfigId": "76398093-722b-4c6d-8342-a9785622657f"
},
{
"GenerationDate": "2026-05-11T23:26:37.3087804+00:00",
"SubmitDate": "2026-05-11T23:26:37.3087804+00:00",
"ReportPeriodStart": "2026-05-11T23:26:37.3087804+00:00",
"ReportPeriodEnd": "2026-05-11T23:26:37.3087804+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "960dd7f2-a64d-4cc4-b826-252ba3a8e06a",
"Rows": [
{
"ItemId": "ee5b4bd4-a9fc-470f-9138-3ffbe6c0a405",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "ee5b4bd4-a9fc-470f-9138-3ffbe6c0a405",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "960dd7f2-a64d-4cc4-b826-252ba3a8e06a",
"Rows": [
{
"ItemId": "ee5b4bd4-a9fc-470f-9138-3ffbe6c0a405",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "ee5b4bd4-a9fc-470f-9138-3ffbe6c0a405",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"43f0ddf8-bb40-4213-82ed-65d566360219",
"1510c508-afe2-4609-8bce-7da6473a450a"
],
"Approvers": [
"db5720c2-139f-4597-8ecf-8da2f63497d8",
"86e04005-f406-4150-9900-7e41e16db4dd"
],
"ApprovedBy": "44fc580a-1975-4752-9c09-b9bce847b944",
"ApprovalDate": "2026-05-11T23:26:37.3087804+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "5d1979e3-55b6-43fc-9141-c7e6d5e3a51c",
"id": "ccbf32b9-99db-4e8d-9dc6-873b713d3269",
"ConfigId": "76398093-722b-4c6d-8342-a9785622657f"
}
]